module LabItems {
	imports {
		Base
	}

/* ------------------------------ VACCINES ------------------------------ */
	
	item CmpSyringeWithPlainVaccine {
		Type = Normal,
		DisplayCategory = zreMed,
		Icon = CmpSyringeWith1lvlVaccine,
		Weight = 0.2,
		DisplayName = CmpSyringeWithPlainVaccine,
		Tooltip = Tooltip_CmpSyringeWithPlainVaccine,
		WorldStaticModel = LabItems.Item_CmpSyringeWith1lvlVaccine,
	}
	item CmpSyringeReusableWithPlainVaccine {
		Type = Normal,
		DisplayCategory = zreMed,
		Icon = CmpSyringeWith1lvlVaccine,
		Weight = 0.2,
		DisplayName = CmpSyringeReusableWithPlainVaccine,
		Tooltip = Tooltip_CmpSyringeReusableWithPlainVaccine,
		WorldStaticModel = LabItems.Item_CmpSyringeWith1lvlVaccine,
	}


	item CmpSyringeWithQualityVaccine {
		Type = Normal,
		DisplayCategory = zreMed,
		Icon = CmpSyringeWith2lvlVaccine,
		Weight = 0.2,
		DisplayName = CmpSyringeWithQualityVaccine,
		Tooltip = Tooltip_CmpSyringeWithQualityVaccine,
		WorldStaticModel = LabItems.Item_CmpSyringeWith2lvlVaccine,
	}
	item CmpSyringeReusableWithQualityVaccine {
		Type = Normal,
		DisplayCategory = zreMed,
		Icon = CmpSyringeWith2lvlVaccine,
		Weight = 0.2,
		DisplayName = CmpSyringeReusableWithQualityVaccine,
		Tooltip = Tooltip_CmpSyringeReusableWithQualityVaccine,
		WorldStaticModel = LabItems.Item_CmpSyringeWith2lvlVaccine,
	}


	item CmpSyringeWithCure {
		Type = Normal,
		DisplayCategory = zreMed,
		Icon = CmpSyringeWith3lvlVaccine,
		Weight = 0.2,
		DisplayName = CmpSyringeWithCure,
		Tooltip = Tooltip_CmpSyringeWithCure,
		WorldStaticModel = LabItems.Item_CmpSyringeWith3lvlVaccine,
	}
	item CmpSyringeReusableWithCure {
		Type = Normal,
		DisplayCategory = zreMed,
		Icon = CmpSyringeWith3lvlVaccine,
		Weight = 0.2,
		DisplayName = CmpSyringeReusableWithCure,
		Tooltip = Tooltip_CmpSyringeReusableWithCure,
		WorldStaticModel = LabItems.Item_CmpSyringeWith3lvlVaccine,
	}


	item CmpSyringeWithSerum {
		Type = Normal,
		DisplayCategory = zreMed,
		Icon = CmpSyringeWith4lvlVaccine,
		Weight = 0.2,
		DisplayName = CmpSyringeWithSerum,
		Tooltip = Tooltip_CmpSyringeWithSerum,
		WorldStaticModel = LabItems.Item_CmpSyringeWith4lvlVaccine,
	}
	item CmpSyringeReusableWithSerum {
		Type = Normal,
		DisplayCategory = zreMed,
		Icon = CmpSyringeWith4lvlVaccine,
		Weight = 0.2,
		DisplayName = CmpSyringeReusableWithSerum,
		Tooltip = Tooltip_CmpSyringeReusableWithSerum,
		WorldStaticModel = LabItems.Item_CmpSyringeWith4lvlVaccine,
	}
}
